home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr10 / mud27.zip / BUGS.FIX next >
Text File  |  1993-06-08  |  2KB  |  64 lines

  1. v2.7 5-22-93
  2.         1. When exiting help the bottom line would not clear.
  3.         2. Added the tab<->space option.
  4.         3. added the EBCDIC<->ASCII option
  5.         4. To quit you now type 'Q' or 'q'.
  6.  
  7. v2.6 2-22-93
  8.         1. Added a help screen.
  9.         2. Made the progress bar look cleaner with a background.
  10.         3. To exit you now type 'E'
  11.  
  12. v2.5 12-13-92
  13.         1. When changing a file in a directory other than the directory
  14.         in which MUD resides, on certain systems the file to be changed
  15.         would not be saved.
  16.         
  17.         2. A progress indicator has replaced the spinner. You can graphically
  18.         see how long it will take before completion.
  19.         
  20.         3. Any requests for input is now made on line 24, called the 
  21.         'input line'.
  22.  
  23. v2.4 11-23-92
  24.         1. Found out that the UNIX world really uses hex 0A, a linefeed,
  25.         at the end of every line. I had assumed the Mac and UNIX file
  26.         structures were the same. This entailed making the menu selection
  27.         more comprehensive.
  28.         
  29.         2. Add better keyboard input checking. Check for invalid filenames
  30.         or directories.
  31.  
  32.         3. If there were no translations the status bar now turns red to
  33.         highlight this fact. Also if an invalid filename is inputted
  34.         the status bar turns red.
  35.  
  36. v2.3 11-22-92
  37.         1. Added status bar on 25th line. This indicates which file
  38.         was read from and was written to. The status bar also informs
  39.         user how many translations occured.
  40.  
  41.         2. Added an option to strip off any characters that were
  42.         greater that 127 HEX. This is referred to as stripping 8th bit.
  43.  
  44.         3. Bug fix. If user attempted to replace a character that
  45.         had a hex value greater that 127 it would not be replaced.
  46.  
  47. v2.2 10-25-92
  48.         1. When opening a binary file and having the same name for
  49.         both the input and output it would corrupt the file.
  50.  
  51.         2. Added a spinner in lower left corner to indicate to the
  52.         user that the system is not hung.
  53.  
  54. v2.1 production 10-10-92
  55.         1. no known bugs
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.         
  63.  
  64.